Esx Settings Clusters Vms Transition EnableSpec
Esx Settings Clusters Vms Transition EnableSpec
The Esx Settings Clusters Vms Transition EnableSpec schema contains properties that describe specification for enablement of EAM managed solution in vLCM.
This schema was added in vSphere API 9.0.0.0.
JSON Example
{
"eam_agency_id": "string",
"solution": {
"deployment_type": "string",
"display_name": "string",
"display_version": "string",
"vm_name_template": {
"prefix": "string",
"suffix": "string"
},
"host_solution_spec": {
"prefer_host_configuration": false,
"vm_networks": [
"string"
],
"vm_datastores": [
"string"
]
},
"cluster_solution_spec": {
"vm_count": 0,
"vm_placement_policies": [
"string"
],
"vm_networks": {
"vm_networks": "string"
},
"vm_datastores": [
"string"
],
"devices": {}
},
"hook_configurations": {
"hook_configurations": {
"timeout": 0
}
},
"ovf_resource": {
"location_type": "string",
"url": "string",
"ssl_certificate_validation": "string",
"certificate": "string"
},
"ovf_descriptor_properties": {
"ovf_descriptor_properties": "string"
},
"vm_clone_config": "string",
"vm_storage_policy": "string",
"vm_storage_profiles": [
"string"
],
"vm_disk_type": "string",
"vm_resource_pool": "string",
"vm_folder": "string",
"vm_resource_spec": {
"ovf_deployment_option": "string"
}
}
}
string
eam_agency_id
Required
Identifier of the solution in EAM (EAM agency).
This property was added in vSphere API 9.0.0.0.
solution
Required
Target desired solution specification in vLCM.
This property was added in vSphere API 9.0.0.0.